Application.NewFamilyInstanceCreationData
Description:
Creates an object which wraps the arguments of NewFamilyInstance() for batch creation.
Creates an object which wraps the arguments of NewFamilyInstance() for batch creation.
Overloads (9):
NewFamilyInstanceCreationData(FamilySymbol,IList[XYZ])
public FamilyInstanceCreationData NewFamilyInstanceCreationData(
FamilySymbol symbol,
IList<XYZ> adaptivePoints
)
-
symbolA FamilySymbol object that represents the type of the instance that is to be inserted.
-
IList<XYZ>adaptivePointsThe adaptive point location where the adaptive instance is to be placed.